Update debian/rules upstream_ver to 24.2 and run "debian/rules debian-sync".
authorRob Browning <rlb@defaultvalue.org>
Sun, 9 Sep 2012 16:44:20 +0000 (11:44 -0500)
committerRob Browning <rlb@defaultvalue.org>
Sun, 9 Sep 2012 17:02:17 +0000 (12:02 -0500)
debian/copyright
debian/rules

index 28cd6465e172788c9ec32888d3de02cdb83a23db..5fb001af5b736a1e292238fe442653f20cb359bf 100644 (file)
@@ -3,7 +3,7 @@
 This package was debianized by Rob Browning <rlb@defaultvalue.org> on
 Tue, 16 Dec 1997 00:05:45 -0600.
 
-The original source archive is emacs-24.1.tar.gz, and it
+The original source archive is emacs-24.2.tar.gz, and it
 can be found here for stable releases:
 
   ftp://ftp.gnu.org:/gnu/emacs/
index 48fe6ae2b7fd40475d720328b6e1e22f6a37b000..0479161d2912719be0f4d48627658088b1c839cc 100755 (executable)
@@ -38,7 +38,7 @@ pf := set -o pipefail
 #  builddir.)
 
 # The official upstream version defined by AC_INIT in configure.in.
-upstream_ver := 24.1
+upstream_ver := 24.2
 
 # This must be the version that's actually used at runtime for things
 # like load-path.  It may not be the same as the upstream version